home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJLGR111.ZIP / libsrc / gr / makefile.n next >
Makefile  |  1993-11-28  |  2KB  |  79 lines

  1. # This file is generated from maketmpl by mm.c
  2. # This is file Maketmpl
  3. #
  4. # Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
  5. #
  6. # This file is distributed under the terms listed in the document
  7. # "copying.dj", available from DJ Delorie at the address above.
  8. # A copy of "copying.dj" should accompany this file; if not, a copy
  9. # should be available from where this file was obtained.  This file
  10. # may not be distributed without a verbatim copy of "copying.dj".
  11. #
  12. # This file is distributed WITHOUT ANY WARRANTY; without even the implied
  13. # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15.  
  16. #
  17. # Makefile for libgr.a
  18. #
  19.  
  20. ENDOFLIST =
  21.  
  22. CFLAGS = -O2
  23.  
  24. OBJS = \
  25.     $(ODIR)/colors.o \
  26.     $(ODIR)/graphics.o \
  27.     $(ODIR)/line.o \
  28.     $(ODIR)/mouse.o \
  29.     $(ODIR)/text.o \
  30.     $(ODIR)/blit.o \
  31.     $(ODIR)/region.o \
  32.     $(ODIR)/int10.o \
  33.     $(ODIR)/int33.o \
  34.     $(ODIR)/setcolor.o \
  35.     $(ODIR)/setmode.o \
  36.     $(ENDOFLIST)
  37.  
  38. ../../lib/libgr$(PS).a : $(ODIR) $(OBJS)
  39.     -rm $@
  40.     ar rs $@ $(ODIR)/*.o
  41.  
  42. $(ODIR) :
  43.     md $(ODIR)
  44.  
  45. $(ODIR)/colors.o : src/colors.c
  46.     gcc $(PG) $(CFLAGS) -c src/colors.c -o $(ODIR)/colors.o
  47.  
  48. $(ODIR)/graphics.o : src/graphics.c
  49.     gcc $(PG) $(CFLAGS) -c src/graphics.c -o $(ODIR)/graphics.o
  50.  
  51. $(ODIR)/line.o : src/line.c
  52.     gcc $(PG) $(CFLAGS) -c src/line.c -o $(ODIR)/line.o
  53.  
  54. $(ODIR)/mouse.o : src/mouse.c
  55.     gcc $(PG) $(CFLAGS) -c src/mouse.c -o $(ODIR)/mouse.o
  56.  
  57. $(ODIR)/text.o : src/text.c
  58.     gcc $(PG) $(CFLAGS) -c src/text.c -o $(ODIR)/text.o
  59.  
  60. $(ODIR)/blit.o : src/blit.cc
  61.     gcc $(PG) $(CFLAGS) -c src/blit.cc -o $(ODIR)/blit.o
  62.  
  63. $(ODIR)/region.o : src/region.cc
  64.     gcc $(PG) $(CFLAGS) -c src/region.cc -o $(ODIR)/region.o
  65.  
  66. $(ODIR)/int10.o : src/int10.s
  67.     gcc $(PG) $(CFLAGS) -c src/int10.s -o $(ODIR)/int10.o
  68.  
  69. $(ODIR)/int33.o : src/int33.s
  70.     gcc $(PG) $(CFLAGS) -c src/int33.s -o $(ODIR)/int33.o
  71.  
  72. $(ODIR)/setcolor.o : src/setcolor.s
  73.     gcc $(PG) $(CFLAGS) -c src/setcolor.s -o $(ODIR)/setcolor.o
  74.  
  75. $(ODIR)/setmode.o : src/setmode.s
  76.     gcc $(PG) $(CFLAGS) -c src/setmode.s -o $(ODIR)/setmode.o
  77.  
  78.  
  79.